Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename PythonStandardRunner #280

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

giovanni-guidini
Copy link
Contributor

This is lower priority, but it has been pointed out to me that PythonStandardRunner
is not accurate. There are other test runners available in python after all.

So these changes simple rename it to be PytestStandardRunner instead.
Include changes to default options to the --runner option and the config key
for the runner. I made that to be backwards compatible tho.

This is lower priority, but it has been pointed out to me that `PythonStandardRunner`
is not accurate. There are other test runners available in python after all.

So these changes simple rename it to be `PytestStandardRunner` instead.
Include changes to default options to the `--runner` option and the config key
for the runner. I made that to be backwards compatible tho.
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #280 (f5fc296) into main (0112aad) will increase coverage by 0.14%.
Report is 6 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
+ Coverage   95.35%   95.49%   +0.14%     
==========================================
  Files          78       79       +1     
  Lines        2646     2730      +84     
==========================================
+ Hits         2523     2607      +84     
  Misses        123      123              
Flag Coverage Δ
python3.10 95.64% <100.00%> (+<0.01%) ⬆️
python3.11 95.64% <100.00%> (+<0.01%) ⬆️
python3.8 95.64% <100.00%> (+<0.01%) ⬆️
python3.9 95.68% <100.00%> (+<0.01%) ⬆️
smart-labels 95.45% <100.00%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
codecov_cli/commands/labelanalysis.py 96.21% <ø> (ø)
codecov_cli/runners/__init__.py 97.50% <100.00%> (+0.27%) ⬆️
codecov_cli/runners/pytest_standard_runner.py 100.00% <100.00%> (ø)

@giovanni-guidini giovanni-guidini merged commit cab36bc into main Oct 6, 2023
11 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/rename-python-standard-runner branch October 6, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants